google.golang.org/grpc.Server.conns (field)
12 uses
google.golang.org/grpc (current package)
server.go#L137: conns map[string]map[transport.ServerTransport]bool
server.go#L716: conns: make(map[string]map[transport.ServerTransport]bool),
server.go#L1140: if s.conns == nil {
server.go#L1150: if s.conns[addr] == nil {
server.go#L1152: s.conns[addr] = make(map[transport.ServerTransport]bool)
server.go#L1154: s.conns[addr][st] = true
server.go#L1162: conns := s.conns[addr]
server.go#L1169: delete(s.conns, addr)
server.go#L1975: for len(s.conns) != 0 {
server.go#L1978: s.conns = nil
server.go#L2000: for _, conns := range s.conns {
server.go#L2010: for _, conns := range s.conns {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)